home *** CD-ROM | disk | FTP | other *** search
Text File | 1992-02-29 | 1.8 KB | 32 lines | [TEXT/EDIT] |
- How the modules are set up in this release of MUBBS
-
- (not updated for 1.0 yet sorry)
-
- ID# Name Type Description
-
- 128 maincaller caller - The first module called
- 129 example1 test - This is the test module example
- 130 example2 test - This is the module that example calls
- 131 menu1 menu - This is the first menu called
- 132 caller1 caller - Calls the example module twice as a test
- 133 sendfile1 sendfile - the "startup" text
- 134 sendfile2 sendfile - sends a text file for a example
- 135 login login - logs the user in
- 136 getuserfield login - used to get a user's record field (called by login)
- 137 putuserfield login - used to put info TO a users record (called by login)
- 138 minute10 maint - Called every 10 minutes, does nothing now
- 139 modems modems - Handles all the modem stuff
- 140 serial serial - Handles all serial I/O functions (needs to be INIT'ed)
- 141 sendfile3 sendfile - sends the "bulletin"
- 142 XFER_Xmodem files - A protocol for files, "XFER" identifies protocols
- 143 files files - The Files module
- 144 time time - Show's the user time on and allowed
- 700 check_email E-Mail - For use by "check-for-email" and "email_on_login"
- 701 delete_email E-Mail - For use by "check-for-email", deletes mail
- 702 display_email E-Mail - For use by "check-for-email", shows the mail
- 703 enter_email E-Mail - For use by "check-for-email", enters a message
- 704 save_email E-Mail - For use by "check-for-email", saves the message
- 710 check_for_email E-Mail - Main E-Mail call, does everything
- 711 email_on_login E-Mail - Checks for mail at login, then calls "check-for-email"
- 720 userinfo userinfo - Changes the users terminal config from online
-